home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2006 May
/
PCWMAY06.iso
/
Software
/
Toolkit
/
Winamp 5.12
/
winamp513_full_emusic-7plus.exe
/
$R0
/
Winamp Modern
/
scripts
/
video.m
< prev
next >
Wrap
Text File
|
2005-09-15
|
388b
|
16 lines
#include <lib/std.mi>
#include "attribs.m"
Global Button btnVideoReattach;
System.onScriptLoaded() {
initAttribs();
BtnVideoReattach = getScriptGroup().findObject("button.video.reattach");
}
BtnVideoReattach.onLeftClick() {
Container c = getContainer("main");
if (c.getLayout("shade").isVisible()) c.switchToLayout("normal");
video_detach_attrib.setData("0");
}